@charset "gb2312";

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset{ margin:0; padding:0;}

/*IE5.xIE6бbug*/
* html body{ overflow:visible;} 
* html iframe, * html frame{ overflow:auto;} 
* html frameset{ overflow:hidden;} 
/*IE5.xIE6бbug*/

/*body*/
body{ color:#000000; font-family:"微软雅黑"; font-size:14px;} 
i, em, cite{ font-style:normal;}
/*body*/

/*a*/
a, a:link{ color:#222; text-decoration:none;}
a:active, a:hover{ text-decoration:none; color:#5f5b5a;}
a:focus{ outline:none;}
/*a*/

/*form*/
textarea,input{ word-wrap:break-word; word-break:break-all;} 
input{ vertical-align:middle; font-size:12px}
.button{ vertical-align:middle; font-size:12px}
.button{ cursor:pointer;}
/*form*/

/*li*/
ul,li{ list-style-type:none;} 
/*li*/

/*img*/
img{ border:0 none; vertical-align:middle;} 
/*img*/

/*闭合盒子处理*/
.clearfix:after{ content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{ display:inline-block;}
/*闭合盒子处理*/

/* Hides from IE-mac \*/
* html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* Hides from IE-mac \*/

/*清除浮动处理*/
.clearboth{ clear:both; display:block; height:0;font-size:0; overflow:hidden;}
/*清除浮动处理*/